-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add creation of kueue resources in e2e tests #616
Add creation of kueue resources in e2e tests #616
Conversation
e026e3b
to
b557a6c
Compare
b557a6c
to
bb4dbd6
Compare
c6448ba
to
06e64ce
Compare
06e64ce
to
0e5a0b0
Compare
0e5a0b0
to
508bfca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@sutaakar @astefanutti |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We may want to think about a strategy for the creation of cluster resources like ClusterQueues in the context of concurrent execution of tests in the future.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: astefanutti The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f500555
into
project-codeflare:main
Current strategy is to provide generated name for cluster resources. |
Issue link
RHOAIENG-11047
What changes have been made
Since we are adjusting e2e tests to run with AMD gpu, thus
Verification steps
Run test manually
go test -timeout 30m -v ./test/e2e -run TestMnistPyTorchAppWrapperCpu
Checks